.headerCont{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.middleHdrRelative{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 10%;
  right: 10%;
  box-sizing: border-box;
  z-index: 10;
}